Move comment about groups potentially returning less results from server.
authorSam Reed <reedy@users.mediawiki.org>
Mon, 3 Jan 2011 20:41:22 +0000 (20:41 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 3 Jan 2011 20:41:22 +0000 (20:41 +0000)
Comment out description line about rights from ApiQueryUsers, as that prop doesn't exist (Might do in future. Possible artifact from large scale comment addition?)

includes/api/ApiQueryAllUsers.php
includes/api/ApiQueryUsers.php

index 5a891f5..2a6fa1d 100644 (file)
@@ -243,10 +243,10 @@ class ApiQueryAllUsers extends ApiQueryBase {
                        'prop' => array(
                                'What pieces of information to include.',
                                ' blockinfo     - Adds the information about a current block on the user',
-                               ' groups        - Lists groups that the user is in',
+                               ' groups        - Lists groups that the user is in. This uses more server resources and may return fewer results than the limit',
                                ' editcount     - Adds the edit count of the user',
                                ' registration  - Adds the timestamp of when the user registered',
-                               '`groups` property uses more server resources and may return fewer results than the limit' ),
+                               ),
                        'limit' => 'How many total user names to return',
                        'witheditsonly' => 'Only list users who have made edits',
                );
index d9704b5..3432d15 100644 (file)
@@ -273,7 +273,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
                                'What pieces of information to include',
                                '  blockinfo    - Tags if the user is blocked, by whom, and for what reason',
                                '  groups       - Lists all the groups the user(s) belongs to',
-                               '  rights       - Lists all the rights the user(s) has',
+                               //'  rights       - Lists all the rights the user(s) has',
                                '  editcount    - Adds the user\'s edit count',
                                '  registration - Adds the user\'s registration timestamp',
                                '  emailable    - Tags if the user can and wants to receive e-mail through [[Special:Emailuser]]',